home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Menu Manager Package
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Ford Aerospace and Comm Corp.
- -- : 1260 Grossman Ave
- -- : Sunnyvale, Ca.
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Ford Aerospace and Comm Corp.
- -- DATE CREATED :
- -- DATE RELEASED : April 1985
- -- DATE LAST UPDATED : April 1985
- -- LOCATION : ASR
- -- ENVIRONMENT : ROLM Ada, DG
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : Menu Manager
- -- CATEGORY LEVEL 3 : Menu Manager 1
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Menu
- -- INDEX : Manager, Menu
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_16
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MENU>MMAN*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MENU>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- MMAN.CMM 1546 42
- -- MMAN.DAT 9802 94
- -- MMAN.DOC 107541 2690
- -- MMAN.PRO 3562 75
- -- MMAN.SRC 175108 3973
- -- MMAN.TST 3469 96
- -- MMANDAT.DIS 37 2
- -- MMANDOC.ABS 2784 54
- -- MMANDOC.DIS 35 2
- -- MMANSRC.CO 506 22
- -- MMANTST.DIS 69 3
- -- =============== ========== ==========
- -- 11 Files 304459 7053
- --= ABSTRACT ===============================================--
- -- This Package allows users to create and modify any display
- -- menus without requiring any modification of the Menu Manager programs.
- -- It processes menu definitions written in a menu definition language
- -- and residing in external files.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 04/85 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-